Carbon


MPDeleteTimer

Header: Multiprocessing.h Carbon status: Supported

Removes a timer.

OSStatus MPDeleteTimer (
    MPTimerID timerID
);
timerID

The ID of the timer you want to remove.

function result

A result code.

DISCUSSION

After deletion, the timer ID becomes invalid, and all internal resources associated with the timer are reclaimed.

Also see the function MPCreateTimer.

VERSION NOTES

Introduced with Multiprocessing Services 2.0.

AVAILABILITY

Supported in Carbon. Available in CarbonLib 1.0 and later when MPLibrary 2.0 or later is installed. Exported by CarbonLib 1.0 and later and by MPLibrary 2.0 and later.


© 2000 Apple Computer, Inc. — (Last Updated 4/6/2000)